home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00201_Script_quit button script < prev    next >
Text File  |  1999-04-29  |  176b  |  14 lines

  1. property s
  2.  
  3. on beginsprite me
  4.   s = the spritenum of me
  5. end
  6.  
  7. on prepareframe me
  8.   set the visible of sprite s to rollover(s)
  9. end
  10.  
  11. on mouseup me
  12.   go "get out"
  13. end
  14.